home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / N890_470.PP_ / n890_470.ppd
PostScript Printer Description  |  1996-04-25  |  12KB  |  338 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "4.1"
  11. *PCFileName: "N890_470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Silentwriter)"
  14. *PSVersion: "(47.0) 2"
  15. *ModelName: "Silentwriter LC 890"
  16. *NickName: "Silentwriter LC 890 v47.0"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "1189538"
  20. *LanguageLevel: "1"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  83. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88.  
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }"
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92.  
  93. *% Paper Handling ===================
  94. *% Use these entries to set paper size most of the time, unless there is
  95. *% specific reason to use PageRegion.
  96. *OpenUI *PageSize: PickOne
  97. *OrderDependency: 30 AnySetup *PageSize
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict /lettertray get exec"
  100. *PageSize Legal: "statusdict /legaltray get exec"
  101. *PageSize A4: "statusdict /a4tray get exec"
  102. *PageSize B5: "statusdict /b5tray get exec"
  103. *?PageSize: "
  104. save
  105. 4 dict
  106.   dup /letter (Letter) put
  107.   dup /legal (Legal) put
  108.   dup /a4 (A4) put
  109.   dup /b5 (B5) put
  110.   statusdict /papersize get exec
  111.   3 1 roll  {get} stopped {(Unknown)}if
  112.   exch  not { print (.Transverse) }if
  113.   = flush
  114. restore
  115. "
  116. *End
  117. *CloseUI: *PageSize
  118.  
  119. *% These entries will set up the frame buffer. Usually used with manual feed.
  120. *OpenUI *PageRegion: PickOne
  121. *OrderDependency: 40 AnySetup *PageRegion
  122. *DefaultPageRegion: Letter
  123. *PageRegion Letter: "letter"
  124. *PageRegion Legal: "legal"
  125. *PageRegion A4: "a4"
  126. *PageRegion B5: "b5"
  127. *CloseUI: *PageRegion
  128.  
  129. *% The following entries provide information about specific paper keywords.
  130. *DefaultImageableArea: Letter
  131. *ImageableArea Letter: "18 15 593 777 "
  132. *ImageableArea Legal: "18 15 593 993 "
  133. *ImageableArea A4: "18 15 578 827 "
  134. *ImageableArea B5: "18 15 497 712 "
  135. *?ImageableArea: "
  136. save
  137.   /cvp {(                ) cvs print ( ) print } bind def
  138.   /upperright {10000 mul floor 10000 div} bind def
  139.   /lowerleft {10000 mul ceiling 10000 div} bind def
  140.   newpath clippath pathbbox
  141.   4 -2 roll exch 2 {lowerleft cvp} repeat
  142.   exch 2 {upperright cvp} repeat flush
  143.  restore
  144. "
  145. *End
  146.  
  147. *% These provide the physical dimensions of the paper (by keyword)
  148. *DefaultPaperDimension: Letter
  149. *PaperDimension Letter: "612 792"
  150. *PaperDimension Legal: "612 1008"
  151. *PaperDimension A4: "595 842"
  152. *PaperDimension B5: "516 729"
  153.  
  154. *RequiresPageRegion All: True
  155. *OpenUI *InputSlot: PickOne
  156. *OrderDependency: 20 AnySetup *InputSlot
  157. *DefaultInputSlot: Lower
  158. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  159. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  160. *?InputSlot: "
  161. save
  162.   [ (Unknown) (Lower) (Upper) ] statusdict /papertray get exec
  163.   {get exec} stopped { pop pop (Unknown)} if = flush
  164. restore
  165. "
  166. *End
  167. *CloseUI: *InputSlot
  168.  
  169. *OpenUI *ManualFeed: Boolean
  170. *OrderDependency: 20 AnySetup *ManualFeed
  171. *DefaultManualFeed: False
  172. *ManualFeed True: "statusdict /manualfeed true put"
  173. *ManualFeed False: "statusdict /manualfeed false put"
  174. *?ManualFeed: "
  175. save
  176.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  177. restore
  178. "
  179. *End
  180. *CloseUI: *ManualFeed
  181.  
  182. *DefaultOutputOrder: Normal
  183.  
  184. *% Font Information =====================
  185. *DefaultFont: Courier
  186. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  187. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  188. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  189. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  190. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  191. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  192. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  193. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  194. *Font Courier: Standard "(001.004)" Standard ROM
  195. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  196. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  197. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  198. *Font Helvetica: Standard "(001.001)" Standard ROM
  199. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  200. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  201. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  202. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  203. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  204. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  205. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  206. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  207. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  208. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  209. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  210. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  211. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  212. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  213. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  214. *Font Symbol: Special "(001.001)" Special ROM
  215. *Font Times-Bold: Standard "(001.001)" Standard ROM
  216. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  217. *Font Times-Italic: Standard "(001.001)" Standard ROM
  218. *Font Times-Roman: Standard "(001.001)" Standard ROM
  219. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  220. *Font ZapfDingbats: Special "(001.000)" Special ROM
  221. *?FontQuery: "
  222. save
  223.  /str 100 string dup 0 (fonts/) putinterval def
  224.  {
  225.    count 1 gt
  226.    {
  227.      exch dup str 6 94 getinterval cvs
  228.      (/) print print (:) print
  229.      FontDirectory exch known
  230.      {(Yes)}{(No)} ifelse =
  231.    }
  232.    {exit} ifelse
  233.  }bind loop
  234.  (*) = flush
  235. restore
  236. "
  237. *End
  238.  
  239. *?FontList: "
  240. save
  241.   FontDirectory { pop == } bind forall flush
  242.   (*) = flush
  243. restore
  244. "
  245. *End
  246.  
  247. *% Printer Messages (verbatim from printer):
  248. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  249. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  250. *Message: "\FontName\ not found, using Courier"
  251.  
  252. *% Status (format: %%[ status: <one of these> ]%% )
  253. *Status: "idle"
  254. *Status: "busy"
  255. *Status: "waiting"
  256. *Status: "printing"
  257. *Status: "initializing"
  258. *Status: "printing test page"
  259. *Status: "PrinterError: timeout, clearing printer"
  260. *Status: "PrinterError: pc life"
  261. *Status: "PrinterError: problem with LED array"
  262. *Status: "PrinterError: problem with fuser temp"
  263. *Status: "PrinterError: cover open"
  264. *Status: "PrinterError: out of toner"
  265. *Status: "PrinterError: out of paper"
  266. *Status: "PrinterError: no cartridge"
  267. *Status: "PrinterError: wrong paper size"
  268. *Status: "PrinterError: initializing"
  269. *Status: "PrinterError: printing test page"
  270. *Status: "PrinterError: paper jam"
  271.  
  272. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  273. *Source: "serial25"
  274. *Source: "AppleTalk"
  275. *Source: "Centronics"
  276.  
  277. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  278. *PrinterError: "timeout, clearing printer"
  279. *PrinterError: "pc life"
  280. *PrinterError: "problem with LED array"
  281. *PrinterError: "problem with fuser temp"
  282. *PrinterError: "cover open"
  283. *PrinterError: "out of toner"
  284. *PrinterError: "out of paper"
  285. *PrinterError: "no cartridge"
  286. *PrinterError: "wrong paper size"
  287. *PrinterError: "initializing"
  288. *PrinterError: "printing test page"
  289. *PrinterError: "paper jam"
  290.  
  291. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  292.  
  293. *% Color Separation Information =====================
  294.  
  295. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  296.  
  297. *InkName: ProcessBlack/Process Black
  298. *InkName: CustomColor/Custom Color
  299. *InkName: ProcessCyan/Process Cyan
  300. *InkName: ProcessMagenta/Process Magenta
  301. *InkName: ProcessYellow/Process Yellow
  302.  
  303. *%  For 60 lpi / 300 dpi  ===============================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  306. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  307. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  308. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  309. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316.  
  317. *%  For 53 lpi / 300 dpi  ===============================
  318.  
  319. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  320. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  321. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  322. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  323. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  324.  
  325. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  326. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  327. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  328. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  329. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  330.  
  331. *% For "Silentwriter" version 47.0 revision 2
  332. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  333. *% Converted to meet 4.0 specification
  334. *% Last Edit Date: Sep 15 1992
  335. *% The byte count of this file should be exactly 011185 or 011522
  336. *% depending on the filesystem it resides in.
  337. *% end of PPD file for Silentwriter
  338.